From 7e3562f7030affcfd95cb01a7cab76938821b77c Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Fri, 18 Sep 2020 15:57:54 +0200 Subject: [PATCH] Update version and changelog --- debian/changelog | 10 ++++++++++ include/siri/version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a2862a9c..26a6f0fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +siridb-server (2.0.39-0~tt1) unstable; urgency=medium + + * New upstream release + - Added auto shard duration option (#141) + - Added `shard_duration` property on list series (#140) + - Added `timeval()` and `interval()` functions (#138) + - Fixed build error on 32 bit systems (#135) + + -- Jeroen van der Heijden Fri, 18 Sep 2020 15:50:10 +0200 + siridb-server (2.0.38-0~tt1) unstable; urgency=medium * New upstream release diff --git a/include/siri/version.h b/include/siri/version.h index 564fd702..941de1ea 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-3" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" -- 2.30.2